Fix the fix.
authorJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 04:17:09 +0000 (04:17 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 04:17:09 +0000 (04:17 +0000)
src/dired.c

index 35de7515d72944f34f38e033f6d7b5e6b2acae67..9f38f79a7114f09ed150ab8bee4299fba8d7b299 100644 (file)
@@ -126,6 +126,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
      Ffuncall, and cause a GC.  */
     GCPRO1 (match);
     dirname = Fexpand_file_name (dirname, Qnil);
+    UNGCPRO;
     GCPRO2 (match, dirname);
     dirfilename = Fdirectory_file_name (dirname);
     UNGCPRO;